悟空视频

    在线播放云盘网盘BT下载影视图书

    Hands-On High Performance Programming with Qt 5 - 图书

    2019医学健康·医学
    导演:Marek Krajewski
    Achieving efficient code through performance tuning is one of the key challenges faced by many programmers. This book looks at Qt programming from a performance perspective. You'll explore the performance problems encountered when using the Qt framework and means and ways to resolve them and optimize performance.The book highlights performance improvements and new features released in Qt 5.9, Qt 5.11, and 5.12 (LTE). You'll master general computer performance best practices and tools, which can help you identify the reasons behind low performance, and the most common performance pitfalls experienced when using the Qt framework. In the following chapters, you’ll explore multithreading and asynchronous programming with C++ and Qt and learn the importance and efficient use of data structures. You'll also get the opportunity to work through techniques such as memory management and design guidelines, which are essential to improve application performance. Comprehensive sections that cover all these concepts will prepare you for gaining hands-on experience of some of Qt's most exciting application fields - the mobile and embedded development domains.By the end of this book, you'll be ready to build Qt applications that are more efficient, concurrent, and performance-oriented in nature.
    Hands-On High Performance Programming with Qt 5
    图书

    Hands-On High Performance with Spring 5 - 图书

    2018计算机·数据库
    导演:Chintan Mehta Subhash Shah Pritesh Shah Prashant Goswami Dinesh Radadiya
    If you’re a Spring developer who’d like to build high performance applications and have more control over your application's performance in production and development, this book is for you. Some familiarity with Java, Maven, and Eclipse is necessary.
    Hands-On High Performance with Spring 5
    搜索《Hands-On High Performance with Spring 5》
    图书

    Hands-On High Performance with Spring 5 - 图书

    2018计算机·数据库
    导演:Chintan Mehta Subhash Shah Pritesh Shah Prashant Goswami Dinesh Radadiya
    If you’re a Spring developer who’d like to build high performance applications and have more control over your application's performance in production and development, this book is for you. Some familiarity with Java, Maven, and Eclipse is necessary.
    Hands-On High Performance with Spring 5
    搜索《Hands-On High Performance with Spring 5》
    图书

    Hands-On Embedded Programming with Qt - 图书

    2019医学健康·医学
    导演:John Werner
    Qt is an open-source toolkit suitable for cross-platform and embedded application development. This book uses inductive teaching to help you learn how to create applications for embedded and Internet of Things (IoT) devices with Qt 5.You’ll start by learning to develop your very first application with Qt. Next, you’ll build on the first application by understanding new concepts through hands-on projects and written text. Each project will introduce new features that will help you transform your basic first project into a connected IoT application running on embedded hardware. In addition to practical experience in developing an embedded Qt project, you will also gain valuable insights into best practices for Qt development, along with exploring advanced techniques for testing, debugging, and monitoring the performance of Qt applications. Through the course of the book, the examples and projects are demonstrated in a way so that they can be run both locally and on an embedded platform.By the end of this book, you will have the skills you need to use Qt 5 to confidently develop modern embedded applications.
    Hands-On Embedded Programming with Qt
    搜索《Hands-On Embedded Programming with Qt》
    图书

    Hands-On GUI Programming with C++ and Qt5 - 图书

    2018计算机·编程设计
    导演:Lee Zhi Eng
    This book will appeal to developers and programmers who would like to build GUI-based applications. Basic knowledge of C++ is necessary and the basics of Qt would be helpful.
    Hands-On GUI Programming with C++ and Qt5
    搜索《Hands-On GUI Programming with C++ and Qt5》
    图书

    Android High Performance Programming - 图书

    2016科学技术·工业技术
    导演:Enrique López Mañas Diego Grancini
    This book is aimed at developers with an advanced knowledge of Android and who want to test their skills and learn new techniques to increase the performance of their applications. We assume they are comfortable working with the entire Android SDK, and have been doing it for a few years. They need to be familiar with frameworks such as NDK to use native code, which is crucial for app performance.
    Android High Performance Programming
    搜索《Android High Performance Programming》
    图书

    Android High Performance Programming - 图书

    2016科学技术·工业技术
    导演:Enrique López Mañas Diego Grancini
    This book is aimed at developers with an advanced knowledge of Android and who want to test their skills and learn new techniques to increase the performance of their applications. We assume they are comfortable working with the entire Android SDK, and have been doing it for a few years. They need to be familiar with frameworks such as NDK to use native code, which is crucial for app performance.
    Android High Performance Programming
    搜索《Android High Performance Programming》
    图书

    Hands-On Reactive Programming with Python - 图书

    2018计算机·计算机综合
    导演:Romain Picard
    Reactive programming is central to many concurrent systems, but it’s famous for its steep learning curve, which makes most developers feel like they're hitting a wall. With this book, you will get to grips with reactive programming by steadily exploring various conceptsThis hands-on guide gets you started with Reactive Programming (RP) in Python. You will learn abouta the principles and benefits of using RP, which can be leveraged to build powerful concurrent applications. As you progress through the chapters, you will be introduced to the paradigm of Functional and Reactive Programming (FaRP), observables and observers, and concurrency and parallelism. The book will then take you through the implementation of an audio transcoding server and introduce you to a library that helps in the writing of FaRP code. You will understand how to use third-party services and dynamically reconfigure an application.By the end of the book, you will also have learned how to deploy and scale your applications with Docker and Traefik and explore the significant potential behind the reactive streams concept, and you'll have got to grips with a comprehensive set of best practices.
    Hands-On Reactive Programming with Python
    搜索《Hands-On Reactive Programming with Python》
    图书

    Hands-On Reactive Programming with Reactor - 图书

    2018科学技术·工业技术
    导演:Rahul Sharma
    Reactor is an implementation of the Java 9 Reactive Streams specification, an API for asynchronous data processing. This specification is based on a reactive programming paradigm, enabling developers to build enterprise-grade, robust applications with reduced complexity and in less time. Hands-On Reactive Programming with Reactor shows you how Reactor works, as well as how to use it to develop reactive applications in Java.The book begins with the fundamentals of Reactor and the role it plays in building effective applications. You will learn how to build fully non-blocking applications and will later be guided by the Publisher and Subscriber APIs. You will gain an understanding how to use two reactive composable APIs, Flux and Mono, which are used extensively to implement Reactive Extensions. All of these components are combined using various operations to build a complete solution. In addition to this, you will get to grips with the Flow API and understand backpressure in order to control overruns. You will also study the use of Spring WebFlux, an extension of the Reactor framework for building microservices.By the end of the book, you will have gained enough confidence to build reactive and scalable microservices.
    Hands-On Reactive Programming with Reactor
    搜索《Hands-On Reactive Programming with Reactor》
    图书

    Hands-On Bitcoin Programming with Python - 图书

    2018计算机·计算机综合
    导演:Harish Kumar Garg
    Bitcoin is a cryptocurrency that’s changing the face of online payments. Hands-On Bitcoin Programming with Python teaches you to build software applications for mining and creating Bitcoins using Python.This book starts with the basics of both Bitcoin and blockchain and gives you an overview of these inherent concepts by showing you how to build Bitcoin-driven applications with Python. Packed with clear instructions and practical examples, you will learn to understand simple Python coding examples that work with this cryptocurrency.By the end of the book, you’ll be able to mine Bitcoins, accept Bitcoin payments on the app, and work with the basics of blockchain technology to create simply distributed ledgers.
    Hands-On Bitcoin Programming with Python
    搜索《Hands-On Bitcoin Programming with Python》
    图书
    加载中...